home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / mbbs81_3.zip / 14400BBS.DOC next >
Text File  |  1991-11-05  |  4KB  |  90 lines

  1.  
  2.   14400BBS v.1.0 by The Crusaders 1991
  3.   ------------------------------------
  4.  
  5.     ===============================================================
  6.       !!!!! THIS PROGRAM MUST ONLY BE USED WITH MBBS v.9.8a !!!!!
  7.     ===============================================================
  8.  
  9.   14400BBS.EXE patches BBS.EXE and BBS.OVR to handle special modem
  10.   connect strings like "14400", "14.4" or whatever.
  11.  
  12.   If you have a modem that gives a CONNECT FAST string you must NOT!!!
  13.   use this program!!! This program replaces the "FAST" string with
  14.   whatever you enter.
  15.   
  16.   In addition the program patches the speed associated with this string
  17.   so that the system handles it correctly. The connection speed will
  18.   appear in the WHO'S ON command, download time estimates and in the
  19.   CALLERS log.
  20.  
  21.   -----------------------------------------------------------------------
  22.  
  23.   Usage: 14400BBS path
  24.  
  25.   Where 'path' is the (NEW) name of the PATCHED version of BBS.EXE and
  26.   BBS.OVR.
  27.  
  28.   Example: Let's say you have your BBS.EXE and BBS.OVR file **COPIES**
  29.   in C:\MBBS98. The correct syntax is then 14400BBS C:\MBBS98\
  30.   
  31.   14400BBS.EXE patches BOTH BBS.EXE and BBS.OVR.
  32.  
  33.   In BBS.EXE it patches the name of the new BBS.OVR file name. When
  34.   14400BBS.EXE is running you will be asked for a new name of the files.
  35.   
  36.   The patched files are renamed to this name, so TAKE A BACKUP OF THE
  37.   ORIGINAL BBS.EXE AND BBS.OVR FILES JUST IN CASE !!!!!!!!!!!!!!!!!!!
  38.   ===================================================================
  39.  
  40.   -------------------------------------------------------------------------
  41.  
  42.   The first question in the patch program is the new filename of the
  43.   new BBS.EXE and BBS.OVR file. This MUST be a 3 character string!
  44.   The patched files will be renamed to this.
  45.   
  46.   The next question is what connec string to look for. For a CONNECT 14400
  47.   string, you should enter 1440 and for a CONNECT 14.4 string, you enter
  48.   14.4  and so on...
  49.  
  50.   The last question is what actual speed to 'hook up' with this connect
  51.   string. If you entered 1440 in the previous question, it's a good idea
  52.   to enter 14400 at this question, although it is possible to enter
  53.   anything from 0 to 65535 :-)
  54.  
  55.   If you want to to this without using this program, or if you are
  56.   somewhat suspicous on what the program does, this is what happenes:
  57.  
  58.   In the BBS.EXE file the following bytes are changed:
  59.  
  60.   Offset  From   To
  61.   -------------------
  62.   $1744   'B'    first character in new BBS.OVR file name
  63.   $1745   'B'    second character in new BBS.OVR file name
  64.   $1746   'S'    third character in new BBS.OVR file name
  65.  
  66.   In the BBS.OVR file the following bytes are changed:
  67.  
  68.   Offset  From   To
  69.   -------------------
  70.   $75B     'F'   first charcter of new connec string
  71.   $75C     'A'   second charcter of new connec string
  72.   $75D     'S'   third charcter of new connec string
  73.   $75E     'T'   fourth charcter of new connec string
  74.  
  75.   $7DD     $00   low byte portion of new connection speed
  76.   $7DE     $48   high byte portion of new connection speed
  77.  
  78.   To check that the patches are installed correctly, use the DOS COMP
  79.   program and cross-check the result with the table above.
  80.  
  81.   USE AT OWN RISK, BUT YOU'RE REALLY MISSING SOMETHING GOOD! :-)
  82.  
  83.   --------------------------------------------------------------------
  84.   Written by Espen Lyngaas November 1991
  85.   Sysop Crusaders BBS
  86.  
  87.   ESPEN LYNGAAS @ Mike's BBS                  edb88002@nobivm.bitnet
  88.   -------------------------------------------------------------------
  89.  
  90.